Autograph Book - Project
---------------------------------------------
This project provides graphical user interface for signin/signup to store the details of friends
in a database and provides option to add/delete/search/update the friends details.
And also have an option to add the friends of other users.
And also provide option to store the photo along with details.

(c) 2010-2011.  K.Praveen kumar and P.Lakshmikanth Reddy , IIIT-Hyderabad,
 All Rights Reserved. 

QUICKSTART INSTRUCTIONS

This project requires GTK+ libraries, MySQL libraries and MySQL Server, and pthread libraries
to support gcc.
Read the Database structure before executing this project.
On the above mentioned list this project is evaluated and tested successfully.

To compile use makefile.
On console open two terminals one for server and other for client

ON SERVER:
	./server
ON CLIENT:
  	./client <ip address of server>


